home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
an210x
/
about.frm
next >
Wrap
Text File
|
1995-05-08
|
4KB
|
124 lines
VERSION 2.00
Begin Form Form2
BorderStyle = 1 'Fixed Single
Caption = "About Bindery Object Lister"
ClientHeight = 3525
ClientLeft = 1770
ClientTop = 1350
ClientWidth = 5985
ControlBox = 0 'False
Height = 3930
Left = 1710
LinkMode = 1 'Source
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3525
ScaleWidth = 5985
Top = 1005
Width = 6105
Begin CommandButton AboutOKButton
Caption = "OK"
Height = 375
Left = 2550
TabIndex = 4
Top = 3030
Width = 855
End
Begin PictureBox NovellIcon
BorderStyle = 0 'None
Height = 495
Left = 1080
Picture = ABOUT.FRX:0000
ScaleHeight = 495
ScaleWidth = 495
TabIndex = 5
Top = 360
Width = 495
End
Begin Label Label8
Caption = "or Fax (303) 294-0930"
Height = 255
Left = 2415
TabIndex = 9
Top = 2685
Width = 1965
End
Begin Label Label6
Caption = "To subscribe, call (800) 377-4136"
Height = 255
Left = 1440
TabIndex = 8
Top = 2445
Width = 2925
End
Begin Label Label7
Caption = "October 1992 Issue of ""NetWare Application Notes"""
Height = 255
Left = 825
TabIndex = 7
Top = 2070
Width = 4545
End
Begin Label Label10
Caption = "for Windows and NetWare"""
Height = 225
Left = 1740
TabIndex = 11
Top = 1830
Width = 2430
End
Begin Label Label5
Caption = "Example program for ""Interfacing Visual Basic"
Height = 255
Left = 1080
TabIndex = 6
Top = 1575
Width = 3990
End
Begin Label Label9
Caption = "Distribute Freely"
Height = 270
Left = 2415
TabIndex = 10
Top = 1215
Width = 1470
End
Begin Label Label4
Caption = "(c) 1992 Novell, Inc."
Height = 255
Left = 2400
TabIndex = 3
Top = 960
Width = 1935
End
Begin Label Label3
Caption = "Novell Systems Research"
Height = 255
Left = 2400
TabIndex = 2
Top = 600
Width = 2415
End
Begin Label Label2
Caption = "by Morgan B. Adair"
Height = 255
Left = 2400
TabIndex = 1
Top = 360
Width = 1815
End
Begin Label Label1
Caption = "Bindery Object Lister"
Height = 255
Left = 2400
TabIndex = 0
Top = 120
Width = 1935
End
End
Sub AboutOKButton_Click ()
Unload Form2
End Sub